From: Laszlo Boszormenyi (GCS) Date: Tue, 2 Dec 2025 18:03:25 +0000 (+0100) Subject: run simple Go test only X-Git-Tag: archive/raspbian/0.22.0-3+rpi1^2~9 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//%22mailto:kde%40ewsoftware.de/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22?a=commitdiff_plain;h=1bc9b01f86955ce616b18ee34b0778b810549cec;p=thrift.git run simple Go test only Last-Update: 2023-07-05 Race testing is available on amd64, ppc64le and arm64 only. Gbp-Pq: Name no_go_race.patch --- diff --git a/lib/go/Makefile.am b/lib/go/Makefile.am index 3bfefbc..2c9c47f 100644 --- a/lib/go/Makefile.am +++ b/lib/go/Makefile.am @@ -40,7 +40,7 @@ install: # https://github.com/golang/go/issues/52445 is fixed. check-local: $(GO) vet -stdmethods=false github.com/apache/thrift/lib/go/thrift - $(GO) test -race ./thrift + $(GO) test ./thrift clean-local: $(RM) -rf pkg